From 8b059e56062f79109c7c5b8a303497b191a3b353 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Tue, 29 Mar 2005 14:46:01 +0000 Subject: [PATCH] Tiny change to zoom info for SA2005/Topo5, thanks to test file from Mark McFate --- gpsbabel/intdoc/SA2003_an1_dump.pl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gpsbabel/intdoc/SA2003_an1_dump.pl b/gpsbabel/intdoc/SA2003_an1_dump.pl index 208eca7fc..10ec33f78 100644 --- a/gpsbabel/intdoc/SA2003_an1_dump.pl +++ b/gpsbabel/intdoc/SA2003_an1_dump.pl @@ -128,9 +128,10 @@ print( "$wptcount waypoints\n" ); while ( $wptcount ) { ($magic, $unk1, $lon, $lat, $type, $height, $width, $unk2, $unk3, $serial, - $unk4, $zoom, $unk5, $circle_radius, $name, $font, $guid, $fontcolor, - $fontstyle, $fontsize, $unk6, $outlinecolor, $unk7, $fillcolor, $unk8, $unk9 ) = - shiftunpack( 'slllsllssssssds/a*s/a*a[16]lllllllll' ); + $unk4, $create_zoom, $visible_zoom, $unk5, $circle_radius, $name, $font, + $guid, $fontcolor, $fontstyle, $fontsize, $unk6, $outlinecolor, $unk7, + $fillcolor, $unk8, $unk9 ) = + shiftunpack( 'slllsllssssCCsds/a*s/a*a[16]lllllllll' ); # fontcolor is BGR (i.e. pure blue is 0xff00000, pure red is 0x0000ff) # fontstyle is 0x10-bold, 0x20-italic, 0x80-underline -- 2.30.2